home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Shareware
/
Comunicatii
/
blogjet
/
BlogJetSetup-bn.exe
/
{app}
/
BlogJet.exe
/
0
/
RCDATA
/
TPASTESPECIALFORM
/
TPASTESPECIALFORM.txt
Wrap
Text File
|
2004-06-07
|
3KB
|
134 lines
object PasteSpecialForm: TPasteSpecialForm
Left = 293
Top = 155
BorderStyle = bsDialog
Caption = 'Paste Special'
ClientHeight = 234
ClientWidth = 260
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object btnOk: TButton
Left = 56
Top = 200
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 136
Top = 200
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 225
Height = 185
Caption = ' Format '
TabOrder = 2
object Label1: TLabel
Left = 40
Top = 40
Width = 148
Height = 22
Caption =
'Paste HTML formatted or plain text according to its original for' +
'mat.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Small Fonts'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label3: TLabel
Left = 40
Top = 152
Width = 108
Height = 11
Caption = 'Paste text as HTML code.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Small Fonts'
Font.Style = []
ParentFont = False
end
object RadioButton1: TRadioButton
Left = 24
Top = 24
Width = 113
Height = 17
Caption = 'Normal'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
TabStop = True
OnClick = RadioButton3Click
OnDblClick = RadioButton1DblClick
end
object RadioButton2: TRadioButton
Left = 24
Top = 80
Width = 129
Height = 17
Caption = 'Plain text'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnDblClick = RadioButton1DblClick
end
object CheckBox1: TCheckBox
Left = 40
Top = 96
Width = 145
Height = 17
Caption = 'Preformatted text'
TabOrder = 2
OnClick = CheckBox1Click
end
object RadioButton3: TRadioButton
Left = 24
Top = 136
Width = 129
Height = 17
Caption = 'HTML Code'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = RadioButton3Click
OnDblClick = RadioButton1DblClick
end
end
end